home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / usr / share / kde4 / config.kcfg / kolab.kcfg < prev    next >
Extensible Markup Language  |  2008-01-14  |  2KB  |  69 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
  3.       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4.       xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
  5.       http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
  6.   <kcfgfile name="kolabrc"/>
  7.  
  8.   <group name="General">
  9.     <entry name="Server" type="String">
  10.       <label>Kolab server name</label>
  11.       <default></default>
  12.     </entry>
  13.     <entry name="User" type="String">
  14.       <label>Kolab user name</label>
  15.       <default></default>
  16.     </entry>
  17.     <entry name="RealName" type="String">
  18.       <label>Real user name</label>
  19.       <default></default>
  20.     </entry>
  21.     <entry name="Password" type="Password">
  22.       <label>Kolab user password</label>
  23.       <default></default>
  24.     </entry>
  25.     <entry name="SavePassword" type="Bool">
  26.       <label>Save Password</label>
  27.       <default>false</default>
  28.     </entry>
  29.  
  30.     <entry name="UseOnlineForNonGroupware" type="Bool">
  31.       <label>Use Online IMAP account for non groupware folders</label>
  32.       <default>false</default>
  33.     </entry>
  34.  
  35.     <entry name="Kolab1Legacy" type="Bool">
  36.       <label>Enable Kolab 1 Legacy settings</label>
  37.       <default>false</default>
  38.     </entry>
  39.   </group>
  40.  
  41.   <group name="Constants">
  42.     <entry name="EnableFreeBusy">
  43.       <default>true</default>
  44.     </entry>
  45.   </group>
  46.  
  47.   <propagation source="kolabrc/General/Kolab1Legacy"
  48.                target="korganizerrc/FreeBusy/FreeBusyPublishAuto" />
  49.   <propagation source="kolabrc/Constants/EnableFreeBusy"
  50.                target="korganizerrc/FreeBusy/FreeBusyRetrieveAuto" />
  51.  
  52.   <propagation source="kolabrc/General/User"
  53.                target="korganizerrc/FreeBusy/FreeBusyPublishUser" />
  54.   <propagation source="kolabrc/General/Password"
  55.                target="korganizerrc/FreeBusy/FreeBusyPublishPassword"
  56.                hidevalue="true" />
  57.   <propagation source="kolabrc/General/SavePassword"
  58.                target="korganizerrc/FreeBusy/FreeBusyPublishSavePassword" />
  59.  
  60.   <propagation source="kolabrc/General/User"
  61.                target="korganizerrc/FreeBusy/FreeBusyRetrieveUser" />
  62.   <propagation source="kolabrc/General/Password"
  63.                target="korganizerrc/FreeBusy/FreeBusyRetrievePassword"
  64.                hidevalue="true" />
  65.   <propagation source="kolabrc/General/SavePassword"
  66.                target="korganizerrc/FreeBusy/FreeBusyRetrieveSavePassword" />
  67.  
  68. </kcfg>
  69.